@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    font-family: "微软雅黑";
    font-size: 14px;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
    color: black;
}
.clear{
    clear: both;
}
.bodywidth{
    width:1200px;
	margin: 0px auto;
}
.left{
    float: left;
}
.right{
    float:right;
}
.Title{
    width: 208px;
    margin: 50px auto 30px;
}
/*头部*/
.header{
    padding: 25px 0px;
}
/*导航*/
.Nav{
    background: #1776B5;
    height: 52px;
}
.Nav>ul{
    width:1300px;
    overflow: hidden;
}
.Nav ul li{
	float:left;
	padding:17px 0;
    border-left:#74EDD8 1px dashed; 
    position: relative;
}
.Nav ul li a{
    color: white;
    padding: 0 38px;
    width: 70px;
}
.Nav ul li:hover{
    background: #FF9F3F;
}
.Nav ul li:first-child{
    background: url("nav.jpg") no-repeat left center;
    border-left:none; 
}
.Nav ul ul{
    display: none;
    position: absolute;
    top: 52px;
    z-index:99999;
}
.Nav ul ul li{
    border: none;
    background: #1776B5;
    opacity: 0.8;
    width: 108px;
    padding: 12px;
}
.Nav ul ul li:first-child{
    background: #1776B5;
}
.Nav ul ul li:first-child:hover{
    background: #FF9F3F
}
.Nav ul ul li a{
    color: white;
    display: block;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    padding: 0;
    text-align: center;
}
/*产品直通车*/
.Product1 ul{
    width: 1295px;
    overflow: hidden;
}
.Product1 ul li{
    float: left;
    background: #F1F1F1;
    width: 280px;
    margin-right: 20px;
}
.Product1 ul li img{
    height: 150px;
}
.Product1 ul li .gray a{
    display: block;
    padding: 35px 60px;
}
.Product1 ul li .blue a{
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: white;
    background: #357CCB;
    font-size:14px;
}
.Product1 ul ul{
    display: none;
}
/*关于我们*/
.About .right{
    width: 675px;
    line-height: 143%;
    letter-spacing: 2px;
}
.About .right .more{
    border: 1px solid #FF860C;
    font-size: 13px;
    padding: 4px 2px;
    margin-left: 578px;
    margin-top: 3px;
}
.About .right .more a{
    color: #FF860C;
    display: block;
    width: 95px;
    text-align: center;
}
/*产品推荐*/
.Product2{
    background: url("Product2bg.jpg") repeat-x;
    height: 540px;
    padding-top: 25px;
}
.Title2{
    padding-top: 50px;
}
.Product2 ul{
    width: 1295px;
    overflow: hidden;
}
.Product2 ul li{
    float: left;
    width: 287px;
    height: 226px;
    background: #EEEEEE;
    margin-right: 18px;
    margin-bottom: 20px;
}
.Product2 ul li .pic{
    padding: 19px 35px;
}
.Product2 ul li .pic img{
    width: 218px;
}
.Product2 ul li .orange{
    background:url("Product2-3.jpg") no-repeat center;
    width: 196px;
    height: 54px;
    padding-top: 15px;
    margin-left: 91px;
}
.Product2 ul li .orange a{
    display: block;
    width: 158px;
    margin-left: 40px;
    color: white;
}
.Product2 ul li .orange:hover{
    background: url("Product2-2.jpg") no-repeat center;
}
/*新闻中心*/
.News ul{
    width: 1290px;
    overflow: hidden;
}
.News ul li{
    position: relative;
    width: 388px;
    float: left;
    margin-right: 20px;
} 
.News ul li .Time{
    text-align: right;
    height: 64px;
    background: url("timebg.jpg") no-repeat;
    border: 1px solid #CCC;
    font-size: 16px;
}
.News ul li .Time .time{
    padding-top: 20px;
}
.News ul li .Image{
    position: relative;
}
.News ul li .White{
    background: white;
    width: 228px; 
    position: absolute;
    bottom: 0px;
    right: 0px; 
    padding: 12px 9px;
}
.News ul li .White .Name{
    font-weight: bold;
    margin-bottom: 3px;
}
.News ul li .White .Cont{
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
}
/*相关资讯*/
.Information .Time{
    display: none;
}
.Information ul{
    width: 1290px;
    overflow: hidden;
}
.Information ul li{
    float: left;
    width: 366px;
    background: url("inforbg.jpg") no-repeat;
    margin-right: 20px;
    padding: 22px 0px 22px 22px;
}
.Information .Image{
    float: left;
}
.Information .White{
    float: left;
    width: 190px;
    margin-left: 18px;
}
.Information .Name{
    font-weight: bold;
    margin-bottom: 2px;
}
.Information .Cont{
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 1px;
}
.Information .More{
    background: url("morebg.png") no-repeat center 5px;
    width: 79px;
    height: 32px;
    margin-top: 3px;
    text-indent: 16px;
    padding-top: 10px;
}
.Information .More a{
    color: white;
}
.Information .More a:hover{
    color: #FF860C;
}


/*荣誉证书*/
.Honor ul{
    width: 1295px;
    overflow: hidden;
}
.Honor ul li{
    float: left;
    margin-right: 20px;
    background: url(honor-1.png) no-repeat;
}
.Honor ul li img{
    width: 184px;
}
/*底部*/
.Foot{
    background: #65767D;
    text-align: center;
    padding: 30px 0px;
    color: white;
    line-height: 180%;
    margin-top: 50px;
}
.Foot a{
    color: white;
}
.Foot a:hover{
    color: black;
}
/*................................................................内页.................................................*/
.Nycont{
    padding-top: 50px;
}
.Nycont .left{
    width: 250px;
    margin-bottom: 50px;
}
.Nycont .left-1 ul li{
    height: 20px;
    border-bottom: 1px dashed #DDDDDD;
    background: url("cpdh-1.jpg") no-repeat top left;
	text-indent:30px;
	margin-top:20px;
	font-weight:bold;
}
.Nycont .left-1 ul ul{
    display: none;
}
.Nycont .left-2{
    margin: 20px 0px;
	line-height:180%;
}
.Nycont .left-2 img{
	margin-bottom:17px;
}
.Nycont .left-3-1{
	margin-bottom:25px;
}
.Nycont .left-3-2{
    padding-left: 25px;
}
.Nycont .right{
    width: 920px;
}
.PageName{
    display: none;
}
.right_title{
    width: 920px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    overflow: hidden;
}
.right_title_left{
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding-bottom: 10px;
}
.right_title_right{
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-top: 5px;
}
.xiaoshou{
    border: none;
    width: 475px;
    margin: 0 auto;
}
.marquee{
    width: 1200px;
    height: 260px;
    overflow: hidden;
}
.marquee2{
    width: 1200px;
    height: 290px;
    overflow: hidden;
}
.PageCont table{
    text-align: center;
}
